html,
body {
    height: 100%;
}

.login-body {
    display: block;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-attachment: fixed;
}

.page-content {
    margin: 10px;
    padding: 10px;
    background-color: white;
    min-height: 90%;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
}

.text-center {
    text-align: center;
}

.margin {
    margin: 30px;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-sm {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.text-gray {
    color: #909496;
}
.app-info-list{
    margin-bottom: 20px;
}
.app-info-list li{
    margin: 15px 0;
}

.app-info-list span {
    display: inline-block;
    width: 100px;
}

.app-info-list img {
    width: 40px;
    height: auto;
}

.account-login {
    background-image: url("../images/account_login.png");
}

.wechat-login {
    background-image: url("../images/qrcode_login.png");
}

.toggle-login {
    background-repeat: no-repeat;
    background-size: cover;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    cursor: pointer;
}

.login {
    margin: 120px auto 0 auto;
    /*height: 580px;*/
    max-width: 420px;
    /*padding: 40px 40px 60px 40px;*/
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    box-sizing: border-box;
}

.login a.logo {
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}

.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login .layui-form-label {
    width: 50px;
    margin-left: 0;
}

.login .layui-input-block {
    margin-left: 80px;
}

.template-item {
    padding: 15px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}

.template-item:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
}

.template-item img {
    width: 180px;
    height: 180px;
}

.template-item p {
    margin-top: 5px;
}

.new-notice {
    background-color: red;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    right: 6px
}

.template-card {
    border: 1px dashed #999;
    height: 230px;
    text-align: center;
}

.template-card:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
    transform: translate3d(0, -2px, 0)
}

.template-card div {

}

.template-card img {
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.template-search {
    margin-top: 38px;
}

.template-search-box {
    height: 40px;
}

.template-search-box ul {
}

.template-search-box ul li {
    float: left;
    margin-right: 30px;
}

.template-search-box .key {
    float: left;
    width: 100px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    border-left: 10px solid #01AA01
}

.template-search-box .value {
    margin-left: 110px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
}

.serviceBox li{
     background: none;
     margin-top: 10px;
     width: 150px;
     height: 150px;
}


/*表格*/
.table-button {
    margin-bottom: 20px;
}